Skip to content

[Bounty] Wolf's milk drink#706

Open
res0nances wants to merge 11 commits intoProjectOmu:masterfrom
res0nances:wolfs-milk
Open

[Bounty] Wolf's milk drink#706
res0nances wants to merge 11 commits intoProjectOmu:masterfrom
res0nances:wolfs-milk

Conversation

@res0nances
Copy link

About the PR

Added a new drink called wolf's milk

Why / Balance

This was bountied https://discord.com/channels/1406768242843979816/1478239775554273463/1478239775554273463

Technical details

adds a new reaction to make the cocktail, the cocktail, the texture, and all other supporting stuff for it

Media

image
2026-03-19.00-18-22.mp4

Requirements

Breaking changes

I hope nothing.. summoning a metamorphic glass [Wolf's Milk] Then editing solutions will cause a client crash, obviously this is a nonissue for regular players and non-admins.
Changelog

🆑

  • add: Added wolf's milk, a gross cocktail.

@github-actions github-actions bot added S: Untriaged Has not been set a status; currently not labeled. Changes: No C# Purely YAML/non-C#. Changes: Sprites Makes changes to sprites/RSIs. and removed S: Untriaged Has not been set a status; currently not labeled. labels Mar 19, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 19, 2026

RSI Diff Bot; head commit 8aa2b06 merging into 72e12f3
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/Objects/Consumable/Drinks/wolfsmilk.rsi

State Old New Status
fill-1 Added
fill-2 Added
fill-3 Added
fill-4 Added
icon Added
icon_empty Added

Edit: diff updated after 8aa2b06

@res0nances
Copy link
Author

okay hopefully im not an idiot with branches and this goes thru

Copy link
Contributor

@NotActuallyMarty NotActuallyMarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to _Omu namespace. i.e. Instead of putting changes in
Resources/Locale/en-US/flavors/flavor-profiles.ftl
move it to
Resources/Locale/en-US/_Omu/flavors/flavor-profiles.ftl
and so on for the other changes. If Those directories don't exist, make them and the files as necessary.

@3PonPon3 3PonPon3 added Type: Enhancement New feature or request, change to game. S: Needs Review Needs review by a maintainer. S: Needs Changes Changes/Concerns have been brought up and should be made before review. Note: Bounty A pull-request made for a bounty or other offer. labels Mar 20, 2026
@res0nances
Copy link
Author

something isnt working with flavor so im gonna fix later

@github-actions github-actions bot removed the S: Needs Changes Changes/Concerns have been brought up and should be made before review. label Mar 21, 2026
@OmuStationBot OmuStationBot added the S: Merge Conflict There is a conflict in merging the files. label Mar 21, 2026
@OmuStationBot
Copy link
Collaborator

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@OmuStationBot OmuStationBot removed the S: Merge Conflict There is a conflict in merging the files. label Mar 21, 2026
Copy link
Contributor

@NotActuallyMarty NotActuallyMarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like Two things need moving over, if you can't find the same directory structure just make it and put them there. i.e. Resources/Prototypes/_Omu/Recipes/Reactions/drinks.yml. If the yml file is not there, make one and put the thing there.

Comment on lines +2942 to +2957
- type: entity # Omu start
parent: DrinkGlass
id: DrinkWolfsMilk
suffix: Wolf's Milk
description: Nasty!
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Wolf's Milk
Quantity: 30
- type: Icon
sprite: Objects/Consumable/Drinks/eggnogglass.rsi
state: icon # Omu end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to _Omu namespace.

Comment on lines +2722 to +2735
- type: reagent # Omu stuff
id: WolfsMilk
name: reagent-name-wolfs-milk
parent: BaseAlcohol
desc: reagent-desc-wolfs-milk
physicalDesc: reagent-physical-desc-chunky
flavor: wolfsmilk
color: "#C1C2AE"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/wolfsmilk.rsi
state: icon_empty
metamorphicMaxFillLevels: 4
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to _Omu namespace.

Comment on lines +1413 to +1425
- type: reaction
id: WolfsMilk
reactants:
Egg:
amount: 1
Gin:
amount: 2
CoffeeLiqueur:
amount: 1
Milk:
amount: 2
products:
WolfsMilk: 6 # end omu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay this needs moving to omu as well but it has legacy stuff that hasn't been moved if you're lazy keep it here i'll fix later.

Comment on lines +1639 to +1651
- type: reaction
id: BacchusBlessing
reactants:
Hooch:
amount: 1
Absinthe:
amount: 1
ManlyDorf:
amount: 1
SyndicateBomb:
amount: 1
products:
BacchusBlessing: 4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whatever i'll move this to fix later.

Suggested change
- type: reaction
id: BacchusBlessing
reactants:
Hooch:
amount: 1
Absinthe:
amount: 1
ManlyDorf:
amount: 1
SyndicateBomb:
amount: 1
products:
BacchusBlessing: 4
- type: reaction # Omu start
id: BacchusBlessing
reactants:
Hooch:
amount: 1
Absinthe:
amount: 1
ManlyDorf:
amount: 1
SyndicateBomb:
amount: 1
products:
BacchusBlessing: 4 # Omu end

Copy link
Author

@res0nances res0nances Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My issue is that whenever I moved these and made new folders it would entirely break the drink, new directories genuinely just break it, I'll make another commit and try to make it work if you'd like

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whatever i'll move this to fix later.

Additionally another drink called the welles is a few lines up & needs to be moved

# Conflicts:
#	Resources/Prototypes/_Omu/Recipes/Reactions/drinks.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changes: No C# Purely YAML/non-C#. Changes: Sprites Makes changes to sprites/RSIs. Note: Bounty A pull-request made for a bounty or other offer. S: Needs Review Needs review by a maintainer. size/M Type: Enhancement New feature or request, change to game.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants